lcBlockGetEntByIDH Home

Retrieves a graphic object by its identifier. The functions searches only in specified block.

 HANDLE lcBlockGetEntByIDH (
   HANDLE hBlock,
   LPCWSTR szIdHex
 );

Parameters
hBlock
  Handle to a block.
szIdHex
  Identifier of a graphic object as a text string (LC_PROP_ENT_ID property).

Return Value

  Handle to a graphic object.
If an object with specified identifier is not found, the function returns NULL.

See Also

  lcBlockGetEntByIDlcBlockGetEntByKeylcDrwGetEntByID